ListBoxGetItemCount

 

Get the number of items from ListBox.

 

int @ListBoxGetItemCount(string class_name);

 

ÇÔ¼öÀÎÀÚ

string class_name : Class name of ListBox object

 

Return Value

Gets the number of items in the specified list box.

 

Example

count = @ListBoxGetItemCount("ListBox1");

Description: Gets the number of items in ListBox whose Class Name is 'ListBox1'.

 

Related Helps

@ListBoxAddString()

@ListBoxDeleteString()

@ListBoxFillDir()

@ListBoxFillFile()

@ListBoxGetCurSel()

@ListBoxGetItemCount()

@ListBoxGetItemText()

@ListBoxGetSel()

@ListBoxGetSelCount()

@ListBoxGetText()

@ListBoxInsertString()

@ListBoxResetContent()

@ListBoxSetCurSel()